This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
Only bad programmers use evaluate. There might be an argument to use it for @DBColumn, but even that is questionable. Otherwise, you can do everything you need with LotusScript AND debug it when you have a problem.
Dim counter As Integer
Dim doc As NotesDocument
Dim session As New NotesSession
Dim SubjectAry As Variant
Dim view As notesview
Set view = session.CurrentDatabase.GetView( "email" )
Set doc = view.GetFirstDocument